Html Css Color HEX #384506 Turtle Green

📋 copy color: '#384506'

red 56 ◦ green 69 ◦ blue 6

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

Shades of Turtle Green #384506

Tints of Turtle Green #384506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 52.67%

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

R = 42.75%
G = 52.67%
B = 4.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#384506 (or 0x384506) is known color: Turtle Green. HEX triplet: 38, 45 and 06. RGB value is (56,69,6). Sum of RGB (Red+Green+Blue) = 56+69+6=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #384506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384506 is #C7BAF9. Grayscale: #3A3A3A. Windows color (decimal): -13089530 or 410936. OLE color: 410936.

HSL color Cylindrical-coordinate representation of color #384506: hue angle of 72.38º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #384506 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 69 6 -
CMYK 0.19 0 0.91 0.73
HSL 72.38º 0.84% 0.15% -
HSV(B) 72.38º 0.91% 0.27% -
XYZ 3.79 5.11 0.96 -
YUV 57.93 98.69 126.62 -
System Red Green Blue C M Y K H S L
Decimal 56 69 6 0.19 0 0.91 0.73 72.38 0.84 0.15
Hex 38 45 6 13 0 5B 49 48 54 F
Octal 70 105 6 23 0 133 111 110 124 17
Binary 111000 1000101 110 10011 0 1011011 1001001 1001000 1010100 1111

Color Harmonies of #384506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384506

Black with #384506

Text Example


Text Example

White with #384506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384506; }

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

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

background-color css

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

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

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

border-color css

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

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

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