Html Css Color HEX #38410A Turtle Green

📋 copy color: '#38410A'

red 56 ◦ green 65 ◦ blue 10

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

Shades of Turtle Green #38410A

Tints of Turtle Green #38410A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 49.62%

 BLUE value IS 10 (4.3% from 255) = 7.63%

R = 42.75%
G = 49.62%
B = 7.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#38410A (or 0x38410A) is known color: Turtle Green. HEX triplet: 38, 41 and 0A. RGB value is (56,65,10). Sum of RGB (Red+Green+Blue) = 56+65+10=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #38410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38410A is #C7BEF5. Grayscale: #383838. Windows color (decimal): -13090550 or 672056. OLE color: 672056.

HSL color Cylindrical-coordinate representation of color #38410A: hue angle of 69.82º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38410A is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 65 10 -
CMYK 0.14 0 0.85 0.75
HSL 69.82º 0.73% 0.15% -
HSV(B) 69.82º 0.85% 0.25% -
XYZ 3.58 4.64 0.99 -
YUV 56.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 56 65 10 0.14 0 0.85 0.75 69.82 0.73 0.15
Hex 38 41 A E 0 55 4B 46 49 F
Octal 70 101 12 16 0 125 113 106 111 17
Binary 111000 1000001 1010 1110 0 1010101 1001011 1000110 1001001 1111

Color Harmonies of #38410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38410A

Black with #38410A

Text Example


Text Example

White with #38410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38410A; }

 p { color: rgb(56,65,10); }

 H1.HeaderClassName
 {
   color: #38410A;
 }
 .AnyTagClassName
 {
   color: #38410A;
 }
</style>

background-color css

<style>
 a { background-color: #38410A; }

 a { background-color: rgb(56,65,10); }

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

border-color css

<style>
 span { border-color: #38410A; }

 span { border-color: rgb(56,65,10); }

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