Html Css Color HEX #383A11 Turtle Green

📋 copy color: '#383A11'

red 56 ◦ green 58 ◦ blue 17

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

Shades of Turtle Green #383A11

Tints of Turtle Green #383A11

RGB

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

 GREEN value IS 58 (23.05% from 255) = 44.27%

 BLUE value IS 17 (7.03% from 255) = 12.98%

R = 42.75%
G = 44.27%
B = 12.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.77

RGB Variations

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

Color information

#383A11 (or 0x383A11) is known color: Turtle Green. HEX triplet: 38, 3A and 11. RGB value is (56,58,17). Sum of RGB (Red+Green+Blue) = 56+58+17=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 58 - color contains mainly: green. Hex color #383A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383A11 is #C7C5EE. Grayscale: #343434. Windows color (decimal): -13092335 or 1129016. OLE color: 1129016.

HSL color Cylindrical-coordinate representation of color #383A11: hue angle of 62.93º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #383A11 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.

Color convert

RGB 56 58 17 -
CMYK 0.03 0 0.71 0.77
HSL 62.93º 0.55% 0.15% -
HSV(B) 62.93º 0.71% 0.23% -
XYZ 3.25 3.91 1.11 -
YUV 52.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 56 58 17 0.03 0 0.71 0.77 62.93 0.55 0.15
Hex 38 3A 11 3 0 47 4D 3F 37 F
Octal 70 72 21 3 0 107 115 77 67 17
Binary 111000 111010 10001 11 0 1000111 1001101 111111 110111 1111

Color Harmonies of #383A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A11

Black with #383A11

Text Example


Text Example

White with #383A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,58,17); }

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

background-color css

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

 a { background-color: rgb(56,58,17); }

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

border-color css

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

 span { border-color: rgb(56,58,17); }

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