Html Css Color HEX #383A10 Turtle Green

📋 copy color: '#383A10'

red 56 ◦ green 58 ◦ blue 16

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

Shades of Turtle Green #383A10

Tints of Turtle Green #383A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.31%

R = 43.08%
G = 44.62%
B = 12.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.72

 K value IS 0.77

RGB Variations

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

Color information

#383A10 (or 0x383A10) is known color: Turtle Green. HEX triplet: 38, 3A and 10. RGB value is (56,58,16). Sum of RGB (Red+Green+Blue) = 56+58+16=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 58 - color contains mainly: green. Hex color #383A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383A10 is #C7C5EF. Grayscale: #343434. Windows color (decimal): -13092336 or 1063480. OLE color: 1063480.

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

Color convert

RGB 56 58 16 -
CMYK 0.03 0 0.72 0.77
HSL 62.86º 0.57% 0.15% -
HSV(B) 62.86º 0.72% 0.23% -
XYZ 3.24 3.9 1.07 -
YUV 52.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 56 58 16 0.03 0 0.72 0.77 62.86 0.57 0.15
Hex 38 3A 10 3 0 48 4D 3F 39 F
Octal 70 72 20 3 0 110 115 77 71 17
Binary 111000 111010 10000 11 0 1001000 1001101 111111 111001 1111

Color Harmonies of #383A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383A10

Black with #383A10

Text Example


Text Example

White with #383A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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