Html Css Color HEX #383B15 Turtle Green

📋 copy color: '#383B15'

red 56 ◦ green 59 ◦ blue 21

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

Shades of Turtle Green #383B15

Tints of Turtle Green #383B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 43.38%

 BLUE value IS 21 (8.59% from 255) = 15.44%

R = 41.18%
G = 43.38%
B = 15.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#383B15 (or 0x383B15) is known color: Turtle Green. HEX triplet: 38, 3B and 15. RGB value is (56,59,21). Sum of RGB (Red+Green+Blue) = 56+59+21=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 59 (23.44% from 255 or 43.38% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 59 - color contains mainly: green. Hex color #383B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383B15 is #C7C4EA. Grayscale: #353535. Windows color (decimal): -13092075 or 1391416. OLE color: 1391416.

HSL color Cylindrical-coordinate representation of color #383B15: hue angle of 64.74º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #383B15 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB 56 59 21 -
CMYK 0.05 0 0.64 0.77
HSL 64.74º 0.48% 0.16% -
HSV(B) 64.74º 0.64% 0.23% -
XYZ 3.33 4.02 1.31 -
YUV 53.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 56 59 21 0.05 0 0.64 0.77 64.74 0.48 0.16
Hex 38 3B 15 5 0 40 4D 41 30 10
Octal 70 73 25 5 0 100 115 101 60 20
Binary 111000 111011 10101 101 0 1000000 1001101 1000001 110000 10000

Color Harmonies of #383B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383B15

Black with #383B15

Text Example


Text Example

White with #383B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,59,21); }

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

background-color css

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

 a { background-color: rgb(56,59,21); }

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

border-color css

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

 span { border-color: rgb(56,59,21); }

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