Html Css Color HEX #384906 Turtle Green

📋 copy color: '#384906'

red 56 ◦ green 73 ◦ blue 6

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

Shades of Turtle Green #384906

Tints of Turtle Green #384906

RGB

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

 GREEN value IS 73 (28.91% from 255) = 54.07%

 BLUE value IS 6 (2.73% from 255) = 4.44%

R = 41.48%
G = 54.07%
B = 4.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#384906 (or 0x384906) is known color: Turtle Green. HEX triplet: 38, 49 and 06. RGB value is (56,73,6). Sum of RGB (Red+Green+Blue) = 56+73+6=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #384906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384906 is #C7B6F9. Grayscale: #3C3C3C. Windows color (decimal): -13088506 or 411960. OLE color: 411960.

HSL color Cylindrical-coordinate representation of color #384906: hue angle of 75.22º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #384906 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 73 6 -
CMYK 0.23 0 0.92 0.71
HSL 75.22º 0.85% 0.15% -
HSV(B) 75.22º 0.92% 0.29% -
XYZ 4.05 5.62 1.04 -
YUV 60.28 97.37 124.95 -
System Red Green Blue C M Y K H S L
Decimal 56 73 6 0.23 0 0.92 0.71 75.22 0.85 0.15
Hex 38 49 6 17 0 5C 47 4B 55 F
Octal 70 111 6 27 0 134 107 113 125 17
Binary 111000 1001001 110 10111 0 1011100 1000111 1001011 1010101 1111

Color Harmonies of #384906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384906

Black with #384906

Text Example


Text Example

White with #384906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384906; }

 p { color: rgb(56,73,6); }

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

background-color css

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

 a { background-color: rgb(56,73,6); }

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

border-color css

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

 span { border-color: rgb(56,73,6); }

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