Html Css Color HEX #384102 Turtle Green

📋 copy color: '#384102'

red 56 ◦ green 65 ◦ blue 2

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

Shades of Turtle Green #384102

Tints of Turtle Green #384102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.63%

R = 45.53%
G = 52.85%
B = 1.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#384102 (or 0x384102) is known color: Turtle Green. HEX triplet: 38, 41 and 02. RGB value is (56,65,2). Sum of RGB (Red+Green+Blue) = 56+65+2=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #384102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384102 is #C7BEFD. Grayscale: #373737. Windows color (decimal): -13090558 or 147768. OLE color: 147768.

HSL color Cylindrical-coordinate representation of color #384102: hue angle of 68.57º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #384102 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 65 2 -
CMYK 0.14 0 0.97 0.75
HSL 68.57º 0.94% 0.13% -
HSV(B) 68.57º 0.97% 0.25% -
XYZ 3.53 4.63 0.76 -
YUV 55.13 98.02 128.62 -
System Red Green Blue C M Y K H S L
Decimal 56 65 2 0.14 0 0.97 0.75 68.57 0.94 0.13
Hex 38 41 2 E 0 61 4B 45 5E D
Octal 70 101 2 16 0 141 113 105 136 15
Binary 111000 1000001 10 1110 0 1100001 1001011 1000101 1011110 1101

Color Harmonies of #384102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384102

Black with #384102

Text Example


Text Example

White with #384102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384102; }

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

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

background-color css

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

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

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

border-color css

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

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

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