Html Css Color HEX #384006 Turtle Green

📋 copy color: '#384006'

red 56 ◦ green 64 ◦ blue 6

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

Shades of Turtle Green #384006

Tints of Turtle Green #384006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 50.79%

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

R = 44.44%
G = 50.79%
B = 4.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#384006 (or 0x384006) is known color: Turtle Green. HEX triplet: 38, 40 and 06. RGB value is (56,64,6). Sum of RGB (Red+Green+Blue) = 56+64+6=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #384006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384006 is #C7BFF9. Grayscale: #373737. Windows color (decimal): -13090810 or 409656. OLE color: 409656.

HSL color Cylindrical-coordinate representation of color #384006: hue angle of 68.28º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #384006 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 6 -
CMYK 0.13 0 0.91 0.75
HSL 68.28º 0.83% 0.14% -
HSV(B) 68.28º 0.91% 0.25% -
XYZ 3.5 4.52 0.86 -
YUV 55 100.35 128.72 -
System Red Green Blue C M Y K H S L
Decimal 56 64 6 0.13 0 0.91 0.75 68.28 0.83 0.14
Hex 38 40 6 D 0 5B 4B 44 53 E
Octal 70 100 6 15 0 133 113 104 123 16
Binary 111000 1000000 110 1101 0 1011011 1001011 1000100 1010011 1110

Color Harmonies of #384006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384006

Black with #384006

Text Example


Text Example

White with #384006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384006; }

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

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

background-color css

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

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

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

border-color css

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

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

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