Html Css Color HEX #384A0D Turtle Green

📋 copy color: '#384A0D'

red 56 ◦ green 74 ◦ blue 13

#384A0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #384A0D

Tints of Turtle Green #384A0D

RGB

 RED value IS 56 (22.27% from 255) = 39.16%

 GREEN value IS 74 (29.3% from 255) = 51.75%

 BLUE value IS 13 (5.47% from 255) = 9.09%

R = 39.16%
G = 51.75%
B = 9.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.82

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#384A0D (or 0x384A0D) is known color: Turtle Green. HEX triplet: 38, 4A and 0D. RGB value is (56,74,13). Sum of RGB (Red+Green+Blue) = 56+74+13=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 74 (29.30% from 255 or 51.75% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 74 - color contains mainly: green. Hex color #384A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384A0D is #C7B5F2. Grayscale: #3D3D3D. Windows color (decimal): -13088243 or 870968. OLE color: 870968.

HSL color Cylindrical-coordinate representation of color #384A0D: hue angle of 77.7º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #384A0D is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 74 13 -
CMYK 0.24 0 0.82 0.71
HSL 77.7º 0.7% 0.17% -
HSV(B) 77.7º 0.82% 0.29% -
XYZ 4.15 5.77 1.28 -
YUV 61.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 56 74 13 0.24 0 0.82 0.71 77.7 0.7 0.17
Hex 38 4A D 18 0 52 47 4E 46 11
Octal 70 112 15 30 0 122 107 116 106 21
Binary 111000 1001010 1101 11000 0 1010010 1000111 1001110 1000110 10001

Color Harmonies of #384A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384A0D

Black with #384A0D

Text Example


Text Example

White with #384A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384A0D; }

 p { color: rgb(56,74,13); }

 H1.HeaderClassName
 {
   color: #384A0D;
 }
 .AnyTagClassName
 {
   color: #384A0D;
 }
</style>

background-color css

<style>
 a { background-color: #384A0D; }

 a { background-color: rgb(56,74,13); }

 div.DivClassName
 {
   background-color: #384A0D;
 }
 .BgClassName
 {
   background-color: #384A0D;
 }
</style>

border-color css

<style>
 span { border-color: #384A0D; }

 span { border-color: rgb(56,74,13); }

 td.TdClassName
 {
   border-color: #384A0D;
 }
 .TagClassName
 {
   border-color: #384A0D;
 }
</style>