Html Css Color HEX #383C0B Turtle Green

📋 copy color: '#383C0B'

red 56 ◦ green 60 ◦ blue 11

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

Shades of Turtle Green #383C0B

Tints of Turtle Green #383C0B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 47.24%

 BLUE value IS 11 (4.69% from 255) = 8.66%

R = 44.09%
G = 47.24%
B = 8.66%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.76

RGB Variations

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

Color information

#383C0B (or 0x383C0B) is known color: Turtle Green. HEX triplet: 38, 3C and 0B. RGB value is (56,60,11). Sum of RGB (Red+Green+Blue) = 56+60+11=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 60 (23.83% from 255 or 47.24% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 60 - color contains mainly: green. Hex color #383C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383C0B is #C7C3F4. Grayscale: #353535. Windows color (decimal): -13091829 or 736312. OLE color: 736312.

HSL color Cylindrical-coordinate representation of color #383C0B: hue angle of 64.9º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #383C0B is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 60 11 -
CMYK 0.07 0 0.82 0.76
HSL 64.9º 0.69% 0.14% -
HSV(B) 64.9º 0.82% 0.24% -
XYZ 3.31 4.1 0.93 -
YUV 53.22 104.17 129.98 -
System Red Green Blue C M Y K H S L
Decimal 56 60 11 0.07 0 0.82 0.76 64.9 0.69 0.14
Hex 38 3C B 7 0 52 4C 41 45 E
Octal 70 74 13 7 0 122 114 101 105 16
Binary 111000 111100 1011 111 0 1010010 1001100 1000001 1000101 1110

Color Harmonies of #383C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C0B

Black with #383C0B

Text Example


Text Example

White with #383C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383C0B; }

 p { color: rgb(56,60,11); }

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

background-color css

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

 a { background-color: rgb(56,60,11); }

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

border-color css

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

 span { border-color: rgb(56,60,11); }

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