Html Css Color HEX #383A0B Turtle Green

📋 copy color: '#383A0B'

red 56 ◦ green 58 ◦ blue 11

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

Shades of Turtle Green #383A0B

Tints of Turtle Green #383A0B

RGB

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

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

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

R = 44.8%
G = 46.4%
B = 8.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.77

RGB Variations

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

Color information

#383A0B (or 0x383A0B) is known color: Turtle Green. HEX triplet: 38, 3A and 0B. RGB value is (56,58,11). Sum of RGB (Red+Green+Blue) = 56+58+11=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #383A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383A0B is #C7C5F4. Grayscale: #343434. Windows color (decimal): -13092341 or 735800. OLE color: 735800.

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

Color convert

RGB 56 58 11 -
CMYK 0.03 0 0.81 0.77
HSL 62.55º 0.68% 0.14% -
HSV(B) 62.55º 0.81% 0.23% -
XYZ 3.2 3.89 0.9 -
YUV 52.04 104.84 130.82 -
System Red Green Blue C M Y K H S L
Decimal 56 58 11 0.03 0 0.81 0.77 62.55 0.68 0.14
Hex 38 3A B 3 0 51 4D 3F 44 E
Octal 70 72 13 3 0 121 115 77 104 16
Binary 111000 111010 1011 11 0 1010001 1001101 111111 1000100 1110

Color Harmonies of #383A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A0B

Black with #383A0B

Text Example


Text Example

White with #383A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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